home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dcu100.zip / README.DCU < prev   
Text File  |  1990-10-22  |  3KB  |  65 lines

  1. /*                                                                   */
  2. /*       PROGRAM DCU, IT'S SOURCE CODE, HEADER FILES, AND            */
  3. /*       DOCUMENTATION ARE COPYRIGHTED MATERIALS.                    */
  4. /*                                                                   */
  5. /*       COPYRIGHT 1990, DWIGHT H. SOUTHWICK                         */
  6. /*                                                                   */
  7.  
  8.   DCU - Disk CleanUp is a utility program to delete unwanted files
  9.   from your disk, and optionally call your favorite backup and
  10.   defragmenter programs.
  11.  
  12.   USAGE     DCU [options]
  13.  
  14.   If no options are specified, the default settings are used.
  15.   The default drive is the current drive. The backup and
  16.   defragmenter program command lines may be changed only by
  17.   use of the set defaults option.
  18.  
  19.   Options are :
  20.         Dx set target drive to drive x.
  21.         B+ to run backup, B- to skip backup.
  22.         F+ to run defragmenter, F- to skip defragmenter.
  23.         K+ to delete *.BAK files, K- to leave them.
  24.         Q+ to delete *.BAQ files, Q- to leave them.
  25.         Z+ to delete zero length files, Z- to leave them.
  26.         $+ to delete *.$$$ files, $- to leave them.
  27.         T+ to delete *.TMP files, T- to leave them.
  28.         S allow setting of new default values.
  29.  
  30.   The backup and defragmenter command strings are entered into
  31.   the program as you would type them in at the DOS prompt. When
  32.   you need to pass the name of the drive to backup or defragment
  33.   you may enter DRIVE, and the program will substitute the correct
  34.   drive letter for you.
  35.  
  36.       EXAMPLE:    c:\dos\backup DISK\ a: /s
  37.  
  38.   The above example would be equivalent to entering :
  39.         c:\dos\backup C:\ a: /s
  40.   if you were running DCU for the C drive, or entering :
  41.        c:\dos\backup D:\ a: /s
  42.   if you were running DCU for the D drive.
  43.  
  44.   If you choose to run a disk defragmenting program, it is done
  45.   after the backup, in order to protect your data. If you desire
  46.   not to backup the drive first, you are asked if you are sure
  47.   you do want to do this.
  48.  
  49.   Default settings are stored in the file DEFAULTS.DCU, which will
  50.   be created if it does not exist.
  51.  
  52.   This is a copyrighted program and all rights are reserved by the
  53.   author. You may freely distribute this program to others, and are
  54.   encouraged to do so.
  55.  
  56.   A donation of $10 (US funds only), will register you for future updates.
  57.   Please state the version number you are registering.
  58.  
  59.   Questions, comments, and suggestions may be directed to:
  60.        Internet Mail:       dsouthwick@lynx.northeastern.edu
  61.  
  62.        US Mail:             Dwight Southwick
  63.                 9 Larch Road
  64.                 Georgetown, Ma  01833
  65.